ArcPad XML Reference
Applet with one toolbar and no forms
Send Feedback

Glossary Item Box

Applet with one toolbar and no forms:

 

Copy Code
<?xml version="1.0" encoding="UTF-8" ?>
<ArcPad> 
  <APPLET name="MyApplet">
    <SYSTEMOBJECTS>
      <APPLICATION onstartup="Call Initialize" />
    </SYSTEMOBJECTS>
    <TOOLBARS>
      <TOOLBAR name="MyToolbar" caption="Load Project Data" visible="true">
        <TOOLBUTTON name="tlLoadData" onclick="Call LoadData" image="data.bmp">
          <MENUITEM name="tlSetup" onclick="Call Setup" caption="Setup">
        </TOOLBUTTON>
      </TOOLBAR>
    </TOOLBARS>
  </APPLET > 
  <SCRIPT src="MyApplet.vbs" />
</ArcPad>  
©2013. All Rights Reserved.